ContentControlParentPr
The content control parent properties.
Properties
Name | Type | Description |
---|---|---|
Parent | object | The content control parent. For example, oParagraph. |
Pos | number | The content control position within the parent object. |
Count | number | A number of elements in the parent object. |
Type
Object
Example
let contentControlParentPr = {
"Parent" : oParagraph,
"Pos" : 0,
"Count" : 1
};